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

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.