# Sublime-Snippets-CSS **Repository Path**: mirrors_leecade/Sublime-Snippets-CSS ## Basic Information - **Project Name**: Sublime-Snippets-CSS - **Description**: Набор снипеттов для верстки в sublime text 2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sublime-Snippets-CSS ============= Snippets for productive CSS writing in Sublime Text 2. Also works for style tags in html files. ## Some usage examples `.` + `Tab` → ```css .| { | }; ``` `#` + `Tab` → ```css #| { | }; ``` `bg` + `Tab` → `background: #|;` `bgr` + `Tab` → `background-repeat: |repeat-x;` `c` + `Tab` → `color: #|;` `t` + `Tab` → `top: |px;` `fl` + `Tab` → `float:left;` `poa` + `Tab` → `position: absolute;` `por` + `Tab` → `position: relative;` `d` + `Tab` → `display: |block;` `dib` + `Tab` → `display: inline-block;` `di` + `Tab` → `display: inline;` `dt` + `Tab` → `display: table;` `dn` + `Tab` → `display: none;` `fs` + `Tab` → `font-size: |px;` `lh` + `Tab` → `line-height: |em;` `m` + `Tab` → `margin: |px |px |px |px;` `o` + `Tab` → `overflow: |hidden;` `tdu` + `Tab` → `text-decoration: underline;` `w%` + `Tab` → `width: |%;` `w` + `Tab` → `width: |px;` `z` + `Tab` → `z-index: |;` Feel free to edit them to better suit your needs :)