Skip to content

ian-maurmann/oxcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OxCSS

Not much to see here yet, but thanks for stopping by!


Aiming to make OxCSS be a quick-use style library, but less deterministic than Twitter Bootstrap.

Hoping to make OxCSS easy to add to existing web projects by using data attributes and careful naming.


Color

Text colors:

<div data-ox-text-color="common-red"> I have red text </div>

Background colors:

<div data-ox-bg-color="md-light-green-A400"> I have a green background </div>

Using color value from list of available colors.

(Currently only have a few common colors, and the Material Design colors added)

i.e. for Material Design Yellow:

Material Design Yellow


Links:

Release Notes | Documentation