mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-12 00:43:57 +02:00
Core restructure to move imports to the flavor files, mixin usage changed inside flavor files, updated doc pages and live version files
This commit is contained in:
25
README.md
25
README.md
@@ -1,4 +1,4 @@
|
||||
# mini.css v2.0.0
|
||||
# mini.css v2.0.1
|
||||
## A minimal, responsive, style-agnostic CSS toolkit
|
||||
|
||||

|
||||
@@ -28,7 +28,28 @@ If you want to develop your own flavor or tweak an existing one, head over to th
|
||||
|
||||
## Contributing
|
||||
|
||||
If you develop a flavor or module, please submit a pull request.
|
||||
### Flavors
|
||||
|
||||
To develop your own flavor:
|
||||
|
||||
- Fork into your own repository.
|
||||
- Add a flavor file in the `src/flavors` folder by duplicating an existing file and renaming it to whatever you want to name it. **Make sure there are no naming conflicts between your flavor and any of the existing flavors**.
|
||||
- Edit the flavor file as you desire.
|
||||
- Submit a pull request. Please provide a brief description of your flavor and, if possible, a Codepen or some screenshots showcasing some of the styles in it.
|
||||
|
||||
To develop a module:
|
||||
|
||||
- Module contribution guidelines are very strict at the moment. New module will only be created upon request and **should always be in a new repository**, unless they are part of a Roadmap of a later version. Please submit an issue before developing a module or asking for new modules, as the discussion of said implementations is key to deciding the direction **mini.css** will follow in the future.
|
||||
|
||||
To develop some other part of **mini.css**:
|
||||
|
||||
- Create an issue for anything else.
|
||||
- If you make any changes, submit a pull request with as much information as possible about what you changed.
|
||||
|
||||
## Contributors
|
||||
|
||||
- Angelos Chalaris (@chalarangelo)
|
||||
- Rory Primrose (@roryprimrose)
|
||||
|
||||
## License
|
||||
|
||||
|
Reference in New Issue
Block a user