Skip to content

countable-web/corticocss

 
 

Repository files navigation

Cortico CSS

Cortico CSS is based on the Spectre.css framework.

Compiling the Cortico CSS framework

You will need:

  • node 11.15.0 (note: node 12 results in errors)
  • npm 6.7.0
  • gulp 3.9.1

Install gulp locally:

npm install -g gulp@3.9.1

Compile Cortico CSS:

npm install
npx gulp build

Documentation and examples

Elements

Layout

Components

Utilities

  • Utilities - colors, display, divider, loading, position, shapes and text utilities

Experimentals

Browser support

Spectre uses Autoprefixer to make most styles compatible with earlier browsers and Normalize.css for CSS resets. Spectre is designed for modern browsers. For best compatibility, these browsers are recommended:

  • Chrome (LAST 4)
  • Microsoft Edge (LAST 4)
  • Firefox (EXTENDED SUPPORT RELEASE)
  • Safari (LAST 4)
  • Opera (LAST 4)
  • Internet Explorer 10+

Spectre supports Internet Explorer 10+, but some HTML5 and CSS3 features are not perfectly supported by Internet Explorer.

Designed and built with ♥ by Yan Zhu. Feel free to submit a pull request. Help is always appreciated.

About

Cortico.css - A fork of Spectre.css for cortico

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 98.4%
  • JavaScript 1.6%