1. iotacss
All iotaCSS's modules in one place
iotacss
Package: iotacss
Created by: iotacss
Last modified: Sun, 19 Jun 2022 02:18:00 GMT
Version: 1.6.0
License: Apache-2.0
Downloads: 4,901
Repository: https://github.com/iotacss/iotacss

Install

npm install iotacss
yarn add iotacss

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.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code