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 年之前
.github 1e66c98c05 docs: added topic about code style guide 4 年之前
build 69ed55d1b9 build(js): generated javascript build files 4 年之前
dist 1068ece1c5 build: created build of current files 4 年之前
src b682f758ba feat: added variables in styles of element 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 6d18f1dfc2 feat: added new button of new component test 4 年之前
package.json 845b466fff feat: created select component 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.