mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-26 21:51:00 +00:00
Merge branch 'master' of https://github.com/taylorbryant/tailwind-jekyll
This commit is contained in:
commit
56ec8becc3
51
Gemfile.lock
51
Gemfile.lock
@ -1,51 +0,0 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
colorator (1.1.0)
|
||||
ffi (1.9.18)
|
||||
forwardable-extended (2.6.0)
|
||||
jekyll (3.6.2)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
jekyll-sass-converter (~> 1.0)
|
||||
jekyll-watch (~> 1.1)
|
||||
kramdown (~> 1.14)
|
||||
liquid (~> 4.0)
|
||||
mercenary (~> 0.3.3)
|
||||
pathutil (~> 0.9)
|
||||
rouge (>= 1.7, < 3)
|
||||
safe_yaml (~> 1.0)
|
||||
jekyll-sass-converter (1.5.0)
|
||||
sass (~> 3.4)
|
||||
jekyll-watch (1.5.0)
|
||||
listen (~> 3.0, < 3.1)
|
||||
kramdown (1.15.0)
|
||||
liquid (4.0.0)
|
||||
listen (3.0.8)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
mercenary (0.3.6)
|
||||
pathutil (0.16.0)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (3.0.1)
|
||||
rb-fsevent (0.10.2)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
rouge (2.2.1)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.5.3)
|
||||
sass-listen (~> 4.0.0)
|
||||
sass-listen (4.0.0)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.0
|
@ -1,5 +1,5 @@
|
||||
# Tailwind Jekyll Starter Kit
|
||||
A starter kit for using [Tailwind](https://tailwindcss.com) with [Jekyll](https://jekyllrb.com/) that includes:
|
||||
A starter kit for using [Tailwind](https://tailwindcss.com) (v0.2.1) with [Jekyll](https://jekyllrb.com/) that includes:
|
||||
* A barebones Jekyll starter theme
|
||||
* A Gulp file with a default task that does the following:
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "tailwind-jekyll",
|
||||
"version": "1.0.0",
|
||||
"description": "A starter kit for using Tailwind with Jekyll",
|
||||
"main": "tailwind-config.js",
|
||||
"main": "tailwind.js",
|
||||
"dependencies": {
|
||||
"tailwindcss": "^0.2.2"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user