Skip to content

Commit

Permalink
Merge pull request #42 from ba-st/remove-css-asstring
Browse files Browse the repository at this point in the history
Remove css asstring
  • Loading branch information
gcotelli authored Jun 8, 2020
2 parents a669400 + 95b4048 commit 5013946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify about a new release
uses: ba-st-actions/[email protected].1
uses: ba-st-actions/[email protected].2
env:
SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }}
RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }}
Expand Down
6 changes: 0 additions & 6 deletions source/RenoirSt-Core/CssObject.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ CssObject class >> lookupValue: aNamedConstantOrValue [
otherwise: [ CssConstants at: aNamedConstantOrValue ifAbsent: [ self lookupColor: aNamedConstantOrValue ] ]
]

{ #category : #Printing }
CssObject >> asString [

^ self printString
]

{ #category : #Printing }
CssObject >> cssContentOn: aStream [

Expand Down

0 comments on commit 5013946

Please sign in to comment.