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

AlexDK 8c33ebaecb Merge branch 'flow-development' of Fortrax/flow-css into master hace 4 años
.github 1e66c98c05 docs: added topic about code style guide hace 4 años
build 69ed55d1b9 build(js): generated javascript build files hace 4 años
dist 4847f72a90 removed comments hace 4 años
src 4847f72a90 removed comments hace 4 años
.babelrc.js 98b81b94fd feat(build): added babel plugin to compile javascript for stable versions on several browers hace 4 años
.gitignore 2f5b064e99 docs: added gitignore hace 4 años
LICENSE.md 093baa7836 docs: adicionado licença MIT ao projeto hace 4 años
README.md f436131862 docs: added flow css logo-tipo hace 4 años
index.html ef0db4a0e7 feat: start creating carousel component hace 4 años
package.json 39d9117e2e test: prepared environment for component testing hace 4 años
server.js 28be23c0e7 docs: criado o readme com as instruções de uso do projeto (#9) hace 4 años
yarn.lock 5666d8f97f Merge branch 'master' into flow-development hace 4 años

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.