forked from gcotelli/RenoirSt
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove CssPercentage in favour of Percentage included in the dependen…
…cies.
- Loading branch information
Showing
13 changed files
with
12 additions
and
44 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
source/RenoirSt.package/CssPercentage.class/instance/initializeOf..st
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
source/RenoirSt.package/CssPercentage.class/methodProperties.json
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
source/RenoirSt.package/CssPercentage.class/properties.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
source/RenoirSt.package/Integer.extension/instance/percent.st
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ercentage.class/instance/cssContentOn..st → ...ntage.extension/instance/cssContentOn..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Printing | ||
*RenoirSt | ||
cssContentOn: aStream | ||
|
||
number cssContentOn: aStream. | ||
self value cssContentOn: aStream. | ||
aStream nextPut: $% |
6 changes: 6 additions & 0 deletions
6
source/RenoirSt.package/Percentage.extension/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"instance" : { | ||
"cssContentOn:" : "GabrielOmarCotelli 2/8/2017 18:57" | ||
}, | ||
"class" : { } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name" : "Percentage" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters