api.css

1.0.0-beta.5 • Public • Published

A modern CSS API built with SASS/SCSS.

Add it to your project now via installation by NPM:

$ npm install api.css --save-dev

What is API.css?

API.css is a modern CSS API, purpose built to streamline the creation of consistent CSS. It provides SASS/SCSS tools for easily recreating accessible colors, consistent typography and margin ladders, predefined viewport breakpoints, and various more tools for scaling your project across different devices and scenarios.

Get started using API.css

Getting started is easy! Just complete a few steps!

  1. Open a terminal (in this case, Bash) and install via NPM.
    If you are unfamiliar with NPM, here is an installation guide.
$ npm install api.css --save-dev
  1. Make a new api.scss file and forward the package.
    You can optionally configure any variables using with() in SASS.
@forward "node_modules/api.css/scss/";
  1. Make a new master.scss file and write CSS using the package.
    Learn more about what is possible with API.css.
@use "api" as *;
  1. Compile using SASS.
    If you are unfamiliar with SASS, here is an installation guide.
$ sass --no-source-map master.scss master.css

Acknowledgment

API.css was built by Joshua Elijah Sandoval.

License

API.css is distributed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i api.css

Weekly Downloads

0

Version

1.0.0-beta.5

License

MIT

Unpacked Size

20.9 kB

Total Files

44

Last publish

Collaborators

  • joshuasand0val