O flow-css é um framework css, que busca facilitar os desenvolvedores na hora de montar seu site.

DKSecurity99 b682f758ba feat: added variables in styles of element 4 tahun lalu
.github 1e66c98c05 docs: added topic about code style guide 4 tahun lalu
build 69ed55d1b9 build(js): generated javascript build files 4 tahun lalu
dist 1068ece1c5 build: created build of current files 4 tahun lalu
src b682f758ba feat: added variables in styles of element 4 tahun lalu
.babelrc.js 98b81b94fd feat(build): added babel plugin to compile javascript for stable versions on several browers 4 tahun lalu
.gitignore 2f5b064e99 docs: added gitignore 4 tahun lalu
LICENSE.md 093baa7836 docs: adicionado licença MIT ao projeto 4 tahun lalu
README.md f436131862 docs: added flow css logo-tipo 4 tahun lalu
index.html 6d18f1dfc2 feat: added new button of new component test 4 tahun lalu
package.json 845b466fff feat: created select component 4 tahun lalu
server.js 28be23c0e7 docs: criado o readme com as instruções de uso do projeto (#9) 4 tahun lalu
yarn.lock 5666d8f97f Merge branch 'master' into flow-development 4 tahun lalu

README.md

Flow Css

PRs welcome! Version License

FlowCss

FlowCss is a framework under development, which seeks to facilitate front-end developers when creating a beautiful website, in a short time.

Topics

Quick start

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.

Files and folders

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

Contributing

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.

Copyright and License

Code and documentation copyright 2020 the Fortrax Code released under the MIT License.