ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Spectre​CSS Snippets

by code-reaper08 ALL

Useful and handy SpectreCSS autocomplete snippets for SublimeText

Details

Installs

  • Total 166
  • Win 123
  • Mac 25
  • Linux 18
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14
Windows 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SpectreCSS Snippets

GitHub issues GitHub forks GitHub stars GitHub license GitHub repo size Package Control GitHub last commit

**A handy SpectreCSS snippet package for SublimeText**

Thanks for 40 downloads

SpectreCSS Snippets:

SpectreCSS is a minimalistic CSS-only framework, which caught my eye, when i was searching for a pure CSS framework, giving me more flexibility and customization ability. When doing SpectreCSS, I got an idea to accomodate all the possible abilities of SpectreCSS into a ST package. I think SpectreCSS by itself is easy and smart, this autocomplete package will add to its simplicity by providing ready to use snippets at your disposal.

Installation:

Package Control recommended

The easiest way to install the SpectreCSS Snippets is by using Package Control. Installing it is documented here.

  • Open Package Control (or hit Ctrl+Shift+P or Cmd+Shift+P)
  • Type install and hit enter
  • Type SpectreCSS Snippets and hit enter again

Downloading the Archive

Use this method if you don’t have Package Control or Git

To find out where the Packages directory is, you can go to Preferences and Browse packages…. This will open the directory in your file explorer.

Functions at your disposal:

CDN

Trigger word function
sp-cdn CDN links

Typography functions

Trigger word function
sp-bq blockquote
sp-dl descriptionlist
sp-h1 H1 heading
sp-ol orderedList
sp-p Paragraph
sp-ul UnoderedList

Table functions

Trigger word function
sp-table default table
sp-table-scroll Scrollable table
sp-table-s Striped Table

Semantic functions

Trigger word function
sp-abbr abbreviation
sp-b Bold
sp-cite Citation
sp-code Type-Code
sp-del Deleted text
sp-em Emphasis text
sp-mark Highlighted text
sp-ins Inserted text
sp-it Italics
sp-kbd KeyBindings
sp-rby Ruby(For East-Asian typography)
sp-out Sample output
sp-strike Strikethrough
sp-sub Subscripted text
sp-sup Superscripted text
sp-time Time
sp-uline Underlined text
sp-var Variables

Navbar function

Trigger word function
sp-nav Navbar default

Media functions

Trigger word function
sp-cap figcaption
sp-i-con Auto cropped Image
sp-i-cov Image covers
sp-img Responsive image
sp-v Responsive video

Layout functions

Trigger word function
sp-col-12 Column 12
sp-col-9 Column 9
sp-col-6 Column 6
sp-col-3 Column 3

Language functions

Trigger word function
sp-chs chinese Simplified font support
sp-cht chinese traditional font support
sp-j japanese font support
sp-ko Korean font support

Lable functions

Trigger word function
sp-l Label default
sp-lerr Label error
sp-lp Label primary
sp-lsec Label secondary
sp-lsuc Label success
sp-lwarn Label warning

Form functions

Trigger word function
sp-fchk Form checkbox
sp-fcolor Color input
sp-fdate Date input
sp-femail Email input
sp-ffile File input
sp-fhor Horizontal sample form
sp-finp Form input
sp-fload Input loading
sp-fnum Number input
sp-fpass Password input
sp-fr Radio input
sp-fsearch Search input
sp-fs Form select
sp-fswitch Form switch
sp-ftel Telephone input
sp-ftxt Text area
sp-furl URL input

Component functions

Trigger word function
sp-acc accordian
sp-ava Avatar
sp-bdg Badge default
sp-bdg-btn Badge with button
sp-bc Breadcrumbs
sp-card Card default
sp-chips Chips default
sp-empty Empty state
sp-mod Modal box
sp-nav Nav
sp-pg1 Pagination with pg_no
sp-pg2 Pagination prev-next type
sp-pnl panel
sp-bpop Bottom popover
sp-lpop Left popover
sp-rpop Right popover
sp-tpop Top popover
sp-sl-t Slider with tool tip
sp-sl Slider default
sp-stp Steps
sp-tile1 Tiles type1
sp-ftile File tile
sp-tt Tooltip

Code function

Trigger word function
sp-codem Code snippet

Button functions

Trigger word function
sp-btn-menu Menu Action button
sp-btn-menu-c Menu Action Round button
sp-btn Button default
sp-btn-dis Disabled button
sp-btn-e Error button (red)
sp-btn-grp Button group
sp-btn-lnk Link button
sp-btn-load Loading button
sp-btn-p Primary button
sp-btn-s Success button (green)

License:

MIT License

Copyright (c) 2021 Vishwa.R

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.