O flow-css é um framework css, que busca facilitar os desenvolvedores na hora de montar seu site.
|
4 years ago | |
---|---|---|
.github | 4 years ago | |
build | 4 years ago | |
dist | 4 years ago | |
src | 4 years ago | |
.babelrc.js | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE.md | 4 years ago | |
README.md | 4 years ago | |
index.html | 4 years ago | |
package.json | 4 years ago | |
server.js | 4 years ago | |
yarn.lock | 4 years ago |
FlowCss is a framework under development, which seeks to facilitate front-end developers when creating a beautiful website, in a short time.
Stream css is not yet available on cdns or package managers, for now you can use it by cloning the repository on your machine.
git clone https://github.com/fortrax-br/flow-css
After cloned, you can access the css and javascript files in the following directory.
# css files
cd flow-css/dist/css/
# javascript files
cd flow-css/dist/js/
Accessing the directories, you can copy a minified or un minified css file as well as a javascript file, and use it in your project.
dist/
/css:
flowcss-grid.css
flowcss-grid.css.map
flowcss-grid.min.css
flowcss-utilities.css
flowcss-utilities.css.map
flowcss-utilities.min.css
flowcss.css
flowcss.css.map
flowcss.min.css
dist/
/js:
flowcss.bundle.js
flowcss.bundle.js.map
flowcss.bundle.min.js
flowcss.bundle.min.js.map
flowcss.esm.js
flowcss.esm.js.map
flowcss.esm.min.js
flowcss.esm.min.js.map
flowcss.js
flowcss.js.map
flowcss.min.js
flowcss.min.js.map
Before contributing to the project, please read our contribution guide, we explain the standard that the written code should follow, topics on what should and should not be done and other things.
Code and documentation copyright 2020 the Fortrax Code released under the MIT License.