2.5.0 • Published 4 years ago

@ryanwilke/feather-css v2.5.0

Weekly downloads
77
License
MIT
Repository
github
Last release
4 years ago

Feather CSS

An incredibly lightweight, atomic CSS framework that's based entirely in Sass.

Status

Release Workflow Status Production Workflow Status Test Workflow Status

Installation

Installation with Yarn

yarn add @ryanwilke/feather-css

Installation with NPM:

npm install @ryanwilke/feather-css

Adding Feather to your project is simply a matter of importing it in your application's sass files.

@import "node_modules/@ryanwilke/feather-css/dist/sass/feather.sass"

You can also make use of the pre-compiled CSS:

@import "node_modules/@ryanwilke/feather-css/dist/css/feather.css"

Publishing a new version

Publishing is handled automatically by the Publish workflow in GitHub Actions, but if you need to publish manually you can use the following command. Please note that you need to bump the version number in the package.json file before publishing a new version.

yarn npm:publish

Documentation

The docs based in Vue CLI and are using a git subtree module in order to make use of the Vue CLI Template.

Pulling Updates to the Subtree

You can use the following commands to pull updates to the subtree as long as template has been registered as a remote.

# Refresh the remote.
git fetch template

# Option A: The default way to merge in new changes.
git merge -s subtree --squash template/master

# Option B: The backup way to merge in new changes if the subtree heuristics lose their marbles.
git merge -X subtree=docs --squash template/master
2.5.0

4 years ago

2.4.1

4 years ago

2.3.0

4 years ago

2.4.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.0

4 years ago

1.1.8

4 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago