Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D digitec-wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Digitec
  • digitec-wiki
  • Wiki
  • css and sass coding standards

css and sass coding standards · Changes

Page history
mmclin created page: css-and-sass-coding-standards authored Dec 11, 2013 by Mike McLin's avatar Mike McLin
Hide whitespace changes
Inline Side-by-side
css-and-sass-coding-standards.markdown
View page @ b0b1a714
...@@ -203,25 +203,25 @@ An example of various conventions. ...@@ -203,25 +203,25 @@ An example of various conventions.
// //
// Must only contain `.cell` children. // Must only contain `.cell` children.
.grid { .grid {
height: 100%; height : 100%;
font-size: 0; font-size : 0;
white-space: nowrap; white-space : nowrap;
} }
// Grid cells // Grid cells
// //
// No explicit width by default. Extend with `.cell-n` classes. // No explicit width by default. Extend with `.cell-n` classes.
.cell { .cell {
position: relative; position : relative;
display: inline-block; display : inline-block;
overflow: hidden; overflow : hidden;
box-sizing: border-box; box-sizing : border-box;
height: 100%; height : 100%;
padding: 0 10px; padding : 0 10px;
border: 2px solid #333; border : 2px solid #333;
vertical-align: top; vertical-align : top;
white-space: normal; white-space : normal;
font-size: 16px; font-size : 16px;
} }
// Cell states // Cell states
......
Clone repository
  • alpha beta testing
  • browser testing
  • camtasia licenses
  • code delivery processes
  • coding practices
  • css and sass coding standards
  • database schema standards
  • dependency management
  • development environments
  • digitec agile process
  • digitec gitlab styles
  • digitec software promises
  • digitec spec process
  • gitlab administration
  • gitlab issues tags
View All Pages