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

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.