An open API service indexing awesome lists of open source software.

https://github.com/fiandev/fisay

a new css framework
https://github.com/fiandev/fisay

css fisay-css framework javascript sass scss-mixins

Last synced: 11 months ago
JSON representation

a new css framework

Awesome Lists containing this project

README

          

# fisay css
A framework css like a tailwind CSS and have utilities components like boostrap.

--------------

# how to usage

## installation

### clone repository

```shell
# clone git repository
git clone https://github.com/fiandev/fisay

# entering repository project
cd fisay

# install required dependencies
npm install

# run npm ```npm link```

npm link
```

### install from npm

```shell
# install in global

npm install fisay -g
```

## compile file html to css

input can be path of file or directory.

```shell
# example command
fisay compile -i -o [options]

# example
fisay compile -i ./index.html -o ./output/style.css --watch

# watcher
fisay compile -i -o -w

# show list of commands
fisay --help

# init configuration
fisay init
```

## Documentation

comming soon!

## Community

comming soon!

## Contributing

If you're interested in contributing to fisay CSS, please read our [contributing docs](https://github.com/fiandev/fisay/blob/master/CONTRIBUTING.md) **before submitting a pull request**.