Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 2b0ec5d

Browse files
author
Mattia Roccoberton
committed
Fix CSS import error
1 parent 48782f7 commit 2b0ec5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/stylesheets/activeadmin/_selectize_input.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'activeadmin/selectize/selectize.css'
1+
@import 'activeadmin/selectize/selectize'
22

33
.selectize-control
44
.selectize-input
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveAdmin
22
module Selectize
3-
VERSION = '0.1.5'
3+
VERSION = '0.1.6'
44
end
55
end

0 commit comments

Comments
 (0)