Skip to content

Predefined selectors library for short styles declarations.

License

Notifications You must be signed in to change notification settings

DeivAstra/boost.css

Repository files navigation

boost.css

Predefined selectors library for short styles declarations.

IDEA:

Using Boost CSS allow you to write style declarations succinctly.

USAGE:

Boost attribute declaration:

Classic code:

<span style="display: none"></span>

with boost.css:

<span :display="none"></span>

Boost class declaration:

Classic code:

<span class="foo" style="width: 100px !important"></span>

with boost.css:

<span class="foo width:100!"></span>
or
<span class="foo" :width="100!"></span>

OUTRO:

boost.css contains limited definitions of predefined selectors, so you can add own selectors for your web project if need for future usage.

About

Predefined selectors library for short styles declarations.

Resources

License

Stars

Watchers

Forks

Languages