GitHunt

fisay css

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


how to usage

installation

clone repository

# 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

# install in global

npm install fisay -g

compile file html to css

input can be path of file or directory.

# example command
fisay compile -i <input> -o <output> [options]

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

# watcher
fisay compile -i <input> -o <output> -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 before submitting a pull request.

Languages

JavaScript44.2%TypeScript29.1%CSS13.9%SCSS10.2%HTML2.6%

Contributors

MIT License
Created November 26, 2022
Updated July 29, 2024