Skip to content

mrkhdly/tackeons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tackeons - A fork of Tachyons v5 beta

   __             __                        
  / /_____ ______/ /_____  ____  ____  _____
 / __/ __ `/ ___/ //_/ _ \/ __ \/ __ \/ ___/
/ /_/ /_/ / /__/ ,< /  __/ /_/ / / / (__  ) 
\__/\__,_/\___/_/|_|\___/\____/_/ /_/____/

Changes

Local Setup

Clone the repo from Github and install dependencies through npm.

git clone https://github.com/mrkhdly/tackeons.git
cd tackeons
npm install

Dev

If you want to just use everything in tachyons/src as a jumping off point and edit all the code yourself, you can compile all of your wonderful changes by running:

npm start

This will output both minified and unminified versions of the CSS to the CSS directory and watch the src directory for changes. It's aliased to the command:

npm run build:watch

If you'd like to just build the CSS once without watching the src directory, run:

npm run build

If you want to check that a class hasn't been redefined or 'mutated,' there is a linter to check that all of the classes have only been defined once. This can be useful if you are using another library or have written some of your own CSS and want to make sure there are no naming collisions. To do this run the command:

npm run mutations

About

A fork of Tachyons v5 beta

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%