GithubHelp home page GithubHelp logo

ummahusla / potatocss Goto Github PK

View Code? Open in Web Editor NEW
56.0 3.0 18.0 669 KB

๐Ÿฅ” Simple CSS framework for hackers. Simple as potato.

Home Page: https://potatocss.github.io/

License: MIT License

CSS 92.84% JavaScript 7.16%
css css-grid css-framework responsive html

potatocss's Issues

Clean the repository

I think it will be worth to clean the repository and delete all unused files. Might be worth to remove gulp, less and leave a repository with examples and CSS, minified CSS and SASS.

Styles for code, pre and kbd elements

Noticed several things, I might be worth to improve.

  • Change pre background colour to #ebebeb because on some of the monitors you will hardly notice any difference between the #fff background and #f7f7f7.
  • Add styling for <kbd> HTML element.
  • Add more examples to http://potatocss.com/ docs
    • Inline-code
    • Block-code (already have the case for it)
    • Example with kbd

Utility classes

  • Text-align left, center, right, justify
  • Float left, right
  • Un-bullets lists
  • Font weight light, normal, bold
  • Add more classes here

Browser support

๐Ÿชฒ Make a framework testing in order to find out all the cross-browser bugs.

Create blockquote class

<blockquote>Fusce eleifend luctus lorem, ut rutrum ante rutrum in. Morbi non imperdiet nisl, ultricies dapibus turpis. Sed porttitor erat nisi, vitae rhoncus mauris lobortis sed.</blockquote>

Create form classes

  • form
  • label
  • all main input types (text, checkboxes, select, etc)
  • textarea
  • pre/post fixes

Create readme

  • Description
  • Installation
  • Usage
  • Contributing
  • Credits
  • License

Add utility classes examples

At the moment, PotatoCSS has next utility classes:

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.font-light { font-weight: lighter; }
.font-normal { font-weight: normal; }
.font-bold { font-weight: bold; }

Grid system

Create a 12 column responsive grid system.


Breakpoints:

  • Mobile
  • Tablet
  • Desktop

Classes:

  • Container
  • Row
  • Column

Gulp pipeline

Following up PR #54, a Gulp pipeline would make SCSS/SASS and LESS compilation easier.

Create contribution guide

  • Create contribute.md.
  • Add a basic explanation how to contribute to this repository using hotfix or feature branches.
  • Add links to issues.

Add code examples

Use PotatoCSS framework to create a several examples pages as an example.

Improvements of row and hr classes

I've noticed a weird bit when we add <hr> between sections at http://potatocss.com. There is a big gap on the right because .row has width: 96% but the content is not centred. I assume adding margin: 0 auto and decreasing hr with to 92% should fix it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.