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
- Host: GitHub
- URL: https://github.com/fiandev/fisay
- Owner: fiandev
- License: mit
- Created: 2022-11-26T08:06:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T06:56:37.000Z (over 2 years ago)
- Last Synced: 2025-05-06T23:16:04.211Z (11 months ago)
- Topics: css, fisay-css, framework, javascript, sass, scss-mixins
- Language: JavaScript
- Homepage:
- Size: 222 KB
- Stars: 27
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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**.