Skip to content

Commit

Permalink
Update dependencies and bump to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ream88 committed Sep 25, 2022
1 parent c89089b commit 6a17e89
Show file tree
Hide file tree
Showing 4 changed files with 5,102 additions and 3,427 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2019 Mario Uher
Copyright (c) 2016-2022 Mario Uher

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function trbl (prefix) {
var rules = []
const rules = []

if (prefix) {
rules.push(prefix)
Expand Down Expand Up @@ -36,21 +36,21 @@ function border (infix) {
]
}

var cssModules = []
const cssModules = []
.concat([
'composes'
])

var reset = ['all']
const reset = ['all']

var positioning = []
const positioning = []
.concat([
'position',
'z-index'
])
.concat(trbl())

var displayAndBoxModel = []
const displayAndBoxModel = []
.concat([
'display',
'overflow'
Expand Down
Loading

0 comments on commit 6a17e89

Please sign in to comment.