https://github.com/hellomouse/look-okay
Hellomouse scss util lib inspired by Tailwind and others
https://github.com/hellomouse/look-okay
Last synced: 3 months ago
JSON representation
Hellomouse scss util lib inspired by Tailwind and others
- Host: GitHub
- URL: https://github.com/hellomouse/look-okay
- Owner: hellomouse
- License: mit
- Created: 2021-01-03T21:31:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T19:32:10.000Z (over 4 years ago)
- Last Synced: 2025-01-10T20:16:22.017Z (5 months ago)
- Language: CSS
- Size: 1.09 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE.md
Awesome Lists containing this project
README
# look-okay
🚧 Under development, don't use yet
Base SCSS util lib inspired by Tailwind and others. Made for hellomouse, but you're welcome to use in your own projects.
This is meant to be the base library for a possible hellomouse SCSS / React framework, so it contains mostly atomics for styling UI and layout.Click [here for the documentation](https://hellomouse.github.io/look-okay)
## Installing
See the [install](https://hellomouse.github.io/look-okay/#/getting-started/install) page for installation instructions.
## Contributing
See the [contribute](https://hellomouse.github.io/look-okay/#/contributing) page for how to run tests and styleguides.
## License
This project is licensed under the MIT Licsense - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* TailwindCSS, Tachyons and Basscss for inspiration
* [Docsify](https://docsify.js.org/#/) for the docs pages