Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/mixins/size.less')
-rw-r--r--less/mixins/size.less10
1 files changed, 0 insertions, 10 deletions
diff --git a/less/mixins/size.less b/less/mixins/size.less
deleted file mode 100644
index a8be650896..0000000000
--- a/less/mixins/size.less
+++ /dev/null
@@ -1,10 +0,0 @@
-// Sizing shortcuts
-
-.size(@width; @height) {
- width: @width;
- height: @height;
-}
-
-.square(@size) {
- .size(@size; @size);
-}