Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CSS Grid layout snippets for Sublime Text

License

NotificationsYou must be signed in to change notification settings

Pushedskydiver/sublime-text-css-grid-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shorthand snippets for CSS, SCSS, Sass, and Less.

Preview

CSS grid snippets in sublime text

What is CSS Grid Layout?

To put it simply CSS Grid Layout (aka "Grid"), is a two-dimensional grid-based layout system that aims to do nothing less than completely change the way we design grid-based user interfaces. It hasn't been added yet to modern browsers but is expected to be added within the coming months.

What's Included?

You can see the list of the CSS grid snippets in the tables below. I have organized the tables into grid container and grid item snippets. Alternatively, once you install the package you can view the snippets in the Settings View. Basically, it's snippets likedg fordisplay: grid; andgg forgrid-gap: 20px;.

Grid Container Snippets

PropertySnippet
align-contentac
align-content: center;acc
align-content: end;ace
align-content: start;acs
align-content: space-around;acsa
align-content: space-between;acsb
align-content: space-evenly;acse
align-itemsai
align-items: center;aic
align-items: end;aie
align-items: start;ais
align-items: stretch;aistr
display: inline-grid;disig
display: grid;disg
display: subgrid;dissg
grid-auto-columnsgac
grid-auto-rowsgar
grid-auto-flowgaf
grid-auto-flow: column;gafc
grid-auto-flow: dense;gafd
grid-auto-flow: row;gafr
grid-column-gapgcg
grid-gapgg
grid-row-gapgrg
grid-template-areasgta
grid-template-columnsgtc
grid-template-rowsgtr
justify-contentjc
justify-content: center;jcc
justify-content: end;jce
justify-content: start;jcs
justify-content: space-around;jcsa
justify-content: space-between;jcsb
justify-itemsji
justify-items: center;jic
justify-items: end;jie
justify-items: start;jis
justify-items: stretch;jistr

Grid Item Snippets

PropertySnippet
align-selfals
align-self: center;alsc
align-self: end;alse
align-self: start;alss
align-self: stretch;alsstr
grid-areagra
grid-columngc
grid-column-endgce
grid-column-startgcs
grid-rowgr
grid-row-startgrs
grid-row-endgre
justify-selfjs
justify-self: center;jsc
justify-self: end;jse
justify-self: start;jss
justify-self: stretch;jsstr

Want To Learn CSS Grid?

If you are new or have never heard of CSS Grid before, then now is the time to learn, with browsers ready to start shipping it very soon.

For more information about grid and how to learn it, checkout outgridbyexample.com, created byRachel Andrew who has been at the forefront of grid layout research.

Grid Layout Learning Resources

Notes

Issues and Pull Requests are welcome.

About

CSS Grid layout snippets for Sublime Text

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp