1.0.1 • Published 8 years ago

css-margin-right-px v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

tachyons-base 1.2.2

Base CSS module for Tachyons

Stats

6421
bytesselectorsdeclarations

Installation

With npm

npm install --save-dev tachyons-base

With Git

git clone https://github.com/tachyons-css/tachyons-base

Usage

Using with PostCSS

Import the css module

@import "tachyons-base";

Then process the CSS using the tachyons-cli

$ npm i -g tachyons-cli
$ tachyons-cli path/to/css-file.css > dist/t.css

Using the CSS

The built CSS is located in the css directory. It contains an unminified and minified version. You can either cut and paste that css or link to it directly in your html.

<link rel="stylesheet" href="path/to/module/css/tachyons-base">

Development

The source CSS files can be found in the src directory. Running $ npm start will process the source CSS and place the built in the css directory.

The CSS

/*

  BASE

*/
html, body { height: 100%; }

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Authors

License

MIT