tachyons-modules

Get a list of all Tachyons CSS modules.

MIT 15 个版本
安装
npm install tachyons-modules
yarn add tachyons-modules
pnpm add tachyons-modules
bun add tachyons-modules
README

tachyons-modules Build Status js-standard-style

Get a list of all Tachyons CSS modules.

Installation

npm install --save tachyons-modules

Usage

var tachyonsModules = require('tachyons-modules')

tachyonsModules().then(cssModules => {
  console.log(cssModules)
})

License

MIT

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

Crafted with <3 by John Otander (@4lpine).


This package was initially generated with yeoman and the p generator.

版本列表
1.1.10 2016-11-01
1.1.9 2016-11-01
1.1.8 2016-08-10
1.1.7 2016-07-25
1.1.6 2016-07-18
1.1.5 2016-07-14
1.1.4 2016-07-14
1.1.3 2016-05-25
1.1.2 2016-05-24
1.1.1 2016-04-20
1.1.0 2016-03-29
1.0.3 2016-01-23
1.0.2 2016-01-23
1.0.1 2016-01-16
1.0.0 2015-11-18