Bacon.CSS script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: master.zip
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Company: Nijiko Yonskai (View more)

Bacon.CSS script description:




Publisher review:

Even if the name is confusing Bacon.CSS is actually written in JavaScript, meant to be used as any other client-side JS library.

Bacon allows developers to write simplified CSS code, and have it compiled into standards-compliant CSS code at runtime.

This means something like

<bacon>
    $back: white
    $text: #7f8590
    $font_body: 14px/18px normal Helvetica Neue, Helvetica, Arial, Sans-Serif

    body
      background: $back
      color: $text
      font: $font_body

    a
      color: $text
      text-decoration: !!

</bacon>

,will be compiled into:

<style>
    body {
      background: white;
      color: #7f8590;
      font: 14px/18px normal Helvetica Neue, Helvetica, Arial, Sans-Serif;
      }

    a {
      color: #7f8590;
      text-decoration: none;
      }
</style>

Bacon.CSS can be used as a stand-alone, or together with jQuery.

Bacon.CSS is a script for Development Tools scripts design by Nijiko Yonskai. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris and has as system requierments: JavaScript enabled on client side .

Requirements:
  • JavaScript enabled on client side


  • Operating system:
    Windows / Linux / Mac OS / BSD / Solaris

    Latest script and internet news

    222

    222

    22

    Posted on: 18 Jul 2023 22:27 by A. Brown

    111

    111

    111

    Posted on: 18 Jul 2023 22:24 by A. Brown

    The permanently active Push system offered by the new Google Chrome 42

    The permanently active Push system offered by the new Google Chrome 42

    Hacked By !Sc-sT

    Posted on: 17 Mar 2015 07:57 by A. Brown

    SPREAD THE WORD

    User Rating


    Rating: 2.2 out of 5
    Based on 13 ratings. 13 user reviews.

    • Currently 2.15 out of 5
    • 1
    • 2
    • 3
    • 4
    • 5