1.6.0 • Published 6 years ago

iotacss v1.6.0

Weekly downloads
1,387
License
Apache-2.0
Repository
github
Last release
6 years ago

iotaCSS

Smart, open-source, Sass based OOCSS framework built for scale. iotaCSS helps you create lightweight, performant, readable and fully responsive user interfaces in no time.

Getting Started

You can install all iotaCSS modules at once:

$ npm install --save iotacss

and import them as follows:

@import 'node_modules/iotacss/settings/core';
@import 'node_modules/iotacss/tools/core';

...

Or you can install only the modules you need:

$ npm install --save iotacss-settings-core iotacss-tools-core ...

and import them as follows:

@import 'node_modules/iotacss-settings-core/settings.core';
@import 'node_modules/iotacss-tools-core/tools.core';

...

Documentation

For more information about iotaCSS as well as the complete documentation of each module, use the official iotaCSS documentation - https://iotacss.com/docs.

License

Licensed under the Apache License, Version 2.0. Copyright © 2016–2017. Dimitris Psaropoulos.

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

8 years ago