lib/teacup-ios/style.rb in teacup-2.1.3 vs lib/teacup-ios/style.rb in teacup-2.1.4
- old
+ new
@@ -1,4 +1,5 @@
+# Fixes here should be copied to teacup-osx/style.rb
module Teacup
# The Style class is where the precedence rules are applied. A Style can
# query the Stylesheet that created it to look up other styles (for
# `extends:`) and to import other Stylesheets. If it is handed a target (e.g.
# a `UIView` instance) and orientation, it will merge those in appropriately