Skip to content

Commit d782cbc

Browse files
committed
removed unneeded classes
1 parent 2705989 commit d782cbc

File tree

7 files changed

+5
-53
lines changed

7 files changed

+5
-53
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
"Jonathan Hornung <[email protected]>"
66
],
7-
"version": "0.1.0",
7+
"version": "0.1.1",
88
"description": "Missing align classes for Bootstrap",
99
"main": "dist/bootstrap3-align.min.css",
1010
"moduleType": [

dist/bootstrap3-align.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -198,31 +198,15 @@
198198
text-align: left !important;
199199
}
200200

201-
.lg-only-text-left {
202-
text-align: left !important;
203-
}
204-
205201
.lg-text-center {
206202
text-align: center !important;
207203
}
208204

209-
.lg-only-text-center {
210-
text-align: center !important;
211-
}
212-
213205
.lg-text-right {
214206
text-align: right !important;
215207
}
216208

217-
.lg-only-text-right {
218-
text-align: right !important;
219-
}
220-
221209
.lg-text-justify {
222210
text-align: justify !important;
223211
}
224-
225-
.lg-only-text-justify {
226-
text-align: justify !important;
227-
}
228212
}

dist/bootstrap3-align.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap4-align.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -198,31 +198,15 @@
198198
text-align: left !important;
199199
}
200200

201-
.lg-only-text-left {
202-
text-align: left !important;
203-
}
204-
205201
.lg-text-center {
206202
text-align: center !important;
207203
}
208204

209-
.lg-only-text-center {
210-
text-align: center !important;
211-
}
212-
213205
.lg-text-right {
214206
text-align: right !important;
215207
}
216208

217-
.lg-only-text-right {
218-
text-align: right !important;
219-
}
220-
221209
.lg-text-justify {
222210
text-align: justify !important;
223211
}
224-
225-
.lg-only-text-justify {
226-
text-align: justify !important;
227-
}
228212
}

dist/bootstrap4-align.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-align",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Missing align classes for Bootstrap",
55
"main": "dist/bootstrap3-align.min.css",
66
"scripts": {

src/_bootstrap.align.scss

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -203,31 +203,15 @@
203203
text-align: left!important;
204204
}
205205

206-
.lg-only-text-left {
207-
text-align: left!important;
208-
}
209-
210206
.lg-text-center {
211207
text-align: center!important;
212208
}
213209

214-
.lg-only-text-center {
215-
text-align: center!important;
216-
}
217-
218210
.lg-text-right {
219211
text-align: right!important;
220212
}
221213

222-
.lg-only-text-right {
223-
text-align: right!important;
224-
}
225-
226214
.lg-text-justify {
227215
text-align: justify!important;
228216
}
229-
230-
.lg-only-text-justify {
231-
text-align: justify!important;
232-
}
233-
}
217+
}

0 commit comments

Comments
 (0)